home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / ANSIshellƒ / fcntl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-11  |  97 b   |  10 lines  |  [TEXT/MPCC]

  1. /* <fcntl.h> */
  2. /* 11Jan95 e */
  3.  
  4. #include <unix.h>
  5. #ifndef O_EXCL
  6. #define O_EXCL 0
  7. #endif
  8.  
  9. /* */
  10.